Minor change needed for types rearrangement in xen-unstable 7339
authordjm@kirby.fc.hp.com <djm@kirby.fc.hp.com>
Wed, 12 Oct 2005 15:26:23 +0000 (09:26 -0600)
committerdjm@kirby.fc.hp.com <djm@kirby.fc.hp.com>
Wed, 12 Oct 2005 15:26:23 +0000 (09:26 -0600)
xen/arch/ia64/vmx/mm.c
xen/arch/ia64/vmx/vmx_hypercall.c

index 4d3ed238fa4e0d5df534cb0b707f06b925fd6a85..cb69559462ed3e45c386e9d43a50be361d7ef8df 100644 (file)
@@ -87,7 +87,7 @@
  */
 
 #include <xen/config.h>
-#include <public/xen.h>
+//#include <public/xen.h>
 #include <xen/init.h>
 #include <xen/lib.h>
 #include <xen/mm.h>
index 727a1450333511e7de6b6cfe0f2a483d0d216f8c..26f924196ed3cf72f910e09cd90b1707bda391fb 100644 (file)
@@ -22,7 +22,7 @@
 #include <xen/config.h>
 #include <xen/errno.h>
 #include <asm/vmx_vcpu.h>
-#include <public/xen.h>
+//#include <public/xen.h>
 #include <public/event_channel.h>
 #include <asm/vmmu.h>
 #include <asm/tlb.h>